home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 58 / CD-ROM N°58.iso / navigateurs / Netscape Folder / chrome / sidebar / content / default / preview.xul < prev    next >
Encoding:
Extensible Markup Language  |  2000-04-19  |  1.7 KB  |  55 lines  |  [TEXT/MOSS]

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
  2. <!--
  3.  
  4.   The contents of this file are subject to the Netscape Public License
  5.   Version 1.1 (the "NPL"); you may not use this file except in
  6.   compliance with the NPL.  You may obtain a copy of the NPL at
  7.   http://www.mozilla.org/NPL/
  8.  
  9.   Software distributed under the NPL is distributed on an "AS IS" basis,
  10.   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  11.   for the specific language governing rights and limitations under the
  12.   NPL.
  13.  
  14.   The Initial Developer of this code under the NPL is Netscape
  15.   Communications Corporation.  Portions created by Netscape are
  16.   Copyright (C) 1999 Netscape Communications Corporation.  All Rights
  17.   Reserved.
  18.  
  19. -->
  20.  
  21. <?xml-stylesheet href="chrome://sidebar/skin/" type="text/css"?>
  22. <?xml-stylesheet href="chrome://sidebar/skin/preview.css" type="text/css"?>
  23.  
  24. <!DOCTYPE window SYSTEM "chrome://sidebar/locale/preview.dtd" >
  25.  
  26. <window
  27.   xmlns:html="http://www.w3.org/TR/REC-html40"
  28.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  29.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  30.   onload="Init();"
  31.   class="dialog"
  32.   align="vertical">
  33.  
  34. <html:script src="chrome://sidebar/content/preview.js" />
  35.  
  36.   <html:div class="title">
  37.     &sidebar.preview.title.label;
  38.   </html:div>
  39.  
  40.   <html:div>
  41.     <html:hr />
  42.   </html:div>
  43.  
  44.   <titledbutton id="paneltitle" class="plain paneltitle" align="left"/>
  45.  
  46.   <html:iframe id="previewframe" type="content" src="about:blank" flex="1"/>
  47.  
  48.   <box align="horizontal">
  49.     <spring flex="50%"/>
  50.     <titledbutton onclick="window.close()" class="push dialog"
  51.        value="&sidebar.preview.close.label;" />
  52.     <spring flex="50%"/>
  53.   </box>
  54. </window>
  55.